Skip to main content

Get Company

AutomatR.HubSpot.Activities.GetCompany

The "Get Company" activity in AutomatR is part of the HubSpot activities package, allowing users to retrieve detailed information about a company based on its ID from their HubSpot user account. This activity facilitates the retrieval of company data for use in automation workflows.

Properties

NameDescription
Input
Company IDEnter the ID for the company for which information needs to be retrieved. String variables containing the company ID.
Misc
Display NameProvides a customizable name for the activity displayed in the workflow. The display name enhances clarity and organization within the automation project. String variables containing the desired display name.
Optional
DelayEnter the wait time in seconds (Example: 5 seconds) to start the activity.
Output
ResultReturns the response as a HubSpotCompanyResult response. Variables of type HubSpotCompanyResult to store the retrieved company information.

How to use:

  1. Drag and drop the "Get Company" activity onto the workflow.
  2. Configure the properties by specifying the company ID for which information needs to be retrieved.
  3. Optionally, configure the delay.
  4. Execute the workflow to retrieve detailed information about the specified company.

Example: Consider an example where the "Get Company" activity is used to retrieve information about a company with the ID "ABC123":

Get Company:
Company ID: "ABC123"
Result: companyDetails

In this example, the activity fetches detailed information about the company with the ID "ABC123" from the HubSpot user account. The result is stored in the variable "companyDetails" for further handling in the workflow.